svd Function

public pure function svd(a) result(rst)

Computes the singular value decomposition of an M-by-N matrix such that .

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in), dimension(:,:) :: a

The M-by-N matrix to factor.

Return Value type(svd_factors)

The factored form of the matrix.